home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / os2 / zoc301.zip / DEVELOP.DOC next >
Text File  |  1996-08-26  |  1KB  |  25 lines

  1.  
  2.   ------------------------------------------------------------------------
  3.       DEVELOPER INFOMATION
  4.   ------------------------------------------------------------------------
  5.  
  6.     If you are a developer, there are several points for you to
  7.     hook in.  
  8.  
  9.     The most obvious area where a programmer could control ZOC is
  10.     the REXX programming language.  It is very powerful and allows
  11.     access to many areas of ZOC.
  12.  
  13.     If you want ZOC to act as a background communication server you
  14.     can use DDE.  DDE is described in the Online Help (Help->Contents->
  15.     Programming ZOC) and you can get a sample DDE client (C source
  16.     code) from EmTec.  Via DDE you have access to all features that 
  17.     you could be controlled by REXX. Based on ZOC DDE, it is rather easy 
  18.     to build Front-Ends for character based online databases, be it that
  19.     they are accessed by modem, ISDN, Internet or LAN.
  20.  
  21.     Also, the most ambitious developers can under certain circumstances
  22.     get access to the specs that are used to implement emulations, I/O 
  23.     devices and file transfer protocols.
  24.  
  25.